Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Publish wasm runtime binaries from CI #56

Merged
merged 12 commits into from
Feb 9, 2018
Merged

Publish wasm runtime binaries from CI #56

merged 12 commits into from
Feb 9, 2018

Conversation

jacogr
Copy link
Contributor

@jacogr jacogr commented Feb 5, 2018

  • Publish wasm runtime binaries to separate repo, https://github.com/paritytech/polkadot-wasm-bin upon mater merge
  • Above repo populated with run from local machine (testing the process)
  • Does increase build times since it runs both wasm-runtime/{init,build}.sh scripts

Future work:

@jacogr jacogr added A0-please_review Pull request needs code review. M1-ci labels Feb 5, 2018
@gavofyork
Copy link
Member

might be sensible to let @rphmeier merge the runtime primitives refactor first...

@jacogr jacogr added A3-in_progress Pull request is in progress. No review needed at this stage. and removed A0-please_review Pull request needs code review. labels Feb 5, 2018
@gavofyork gavofyork added A0-please_review Pull request needs code review. and removed A3-in_progress Pull request is in progress. No review needed at this stage. labels Feb 6, 2018
@jacogr jacogr added A3-in_progress Pull request is in progress. No review needed at this stage. and removed A0-please_review Pull request needs code review. labels Feb 7, 2018
@jacogr jacogr added A0-please_review Pull request needs code review. and removed A3-in_progress Pull request is in progress. No review needed at this stage. labels Feb 7, 2018
publish-wasm.sh Outdated
fi

echo "*** Adding to git"
echo "$UTCDATE" >README.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: space after >

@rphmeier rphmeier added A8-looksgood and removed A0-please_review Pull request needs code review. labels Feb 9, 2018
@rphmeier rphmeier merged commit a26255b into master Feb 9, 2018
@rphmeier rphmeier deleted the jg-wasm-bin-push branch February 9, 2018 17:48
lamafab pushed a commit to lamafab/substrate that referenced this pull request Jun 16, 2020
* erasure-coding block data

* adjust error handling

* merkleize chunks and yield branches for each

* construction and proving of merkle branches

* port over to new GF(2^16) impl

* some tests for wrapped_shard

* handle extra byte from GF(2^16) better

* point to github dependency

* add issue link

* point to master for reed-solomon-erasure

* add missing license header
JoshOrndorff referenced this pull request in moonbeam-foundation/substrate Apr 21, 2021
iStrike7 referenced this pull request in gasp-xyz/substrate Aug 3, 2021
liuchengxu pushed a commit to chainx-org/substrate that referenced this pull request Aug 23, 2021
provide multisig runtime module.
this module' feature is similar to eth-parity multisig contract,
but now it only opens for genesis block config, not for public.
the operation step is flow:

1. a sender call deploy call to deploy a multisig account. the deploy would generate a multisig addr(accountid). this account is all same to the normal account.
2. the signer call execute call to do a transaction for thie multisig account, the execute would generate a multisig id for this multisig addr. now, it only support transfer chainx.
3. the signer call confirm call to sign for a multisig addr and id, when get enough sign, the transaction in execute would turely exec. notice the exec tx would fail.

other thing:
provide cxrml-support module to organize the common utils, has provide handle_fee_before/after and StorageDoubleMap
liuchengxu pushed a commit to autonomys/substrate that referenced this pull request Jun 3, 2022
imstar15 pushed a commit to imstar15/substrate that referenced this pull request Jan 3, 2023
…lock-tokens-extrinsic

Allow multiple use of sudo_unlock_all_vesting_tokens
helin6 pushed a commit to boolnetwork/substrate that referenced this pull request Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants